nav ul li a {
    text-decoration: none;
    font-size: 140%;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: "Anton";
    font-weight: 400;
    font-style: normal;
}

nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    background-color: #0167B1;
    height: 90px;
}

nav ul img {
    float: left;
}

nav a:hover {
    background-color: #1e78b9;
}

body {
    background-color: #D5D5D5;
    padding: 15px;
}

figure {
    padding-top: 80px;
    width: 27%;
    float: left;
}

main {
    width: 85%;
    padding-top: 80px;
}

section img {
    width: 800px;
    height: auto;

}




footer {
    background-color: #0167B1;
    display: flex;
    overflow: hidden;
    width: 100%;
}

footer p {
    height: 20px;
    padding-left: 10px;
    color: white;
    padding-right: 10px;
}